Skip to content

Update xrpl-py requirement from <5.0,>=4.0 to >=4.5.0,<5.0#13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/xrpl-py-gte-4.5.0-and-lt-5.0
Open

Update xrpl-py requirement from <5.0,>=4.0 to >=4.5.0,<5.0#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/xrpl-py-gte-4.5.0-and-lt-5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Copy link
Copy Markdown

Updates the requirements on xrpl-py to permit the latest version.

Release notes

Sourced from xrpl-py's releases.

v4.5.0

What's Changed

New Contributors

Full Changelog: XRPLF/xrpl-py@v4.4.0...v4.5.0

Changelog

Sourced from xrpl-py's changelog.

[[4.5.0]]

Added

  • Added sign_loan_set_by_counterparty helper function to sign LoanSet transactions as the counterparty (supports both single-sign and multi-sign modes)
  • Added combine_loanset_counterparty_signers helper function to combine multiple counterparty signatures for multi-sign LoanSet transactions
  • Added compute_signature helper function to compute transaction signatures with optional multi-sign support
  • Introduce the binary-codec for the new rippled type titled "Int32". This type is used to represent the LoanScale field relating to the Lending Protocol.

Fixed

  • Updates Number codec with mantissa range normalization ([10^18, 10^19 - 1]) and appropriate overflow/underflow checks
  • Fix Request.from_xrpl by aliasing it to Request.from_dict

[[4.4.0]] - 2025-12-16

Added

  • Support for the Lending Protocol (XLS-66d)

[[4.3.1]] - 2025-11-12

Added

  • Add encode_mptoken_metadata and decode_mptoken_metadata helper functions to encode and decode MPTokenMetadata as per XLS-89 standard.

Fixed

  • Removed snippets files from the xrpl-py code repository. Updated the README file to point to the correct location on XRPL.org.
  • [Breaking change] Fix MPTokenMetadata type to adhere to the XLS-89 standard. Since XLS-89 is still in a forming state and undergoing changes, this breaking change is being released as a bug fix via patch version bump. If you are using MPTokenMetadata in your code, please verify that it adheres to the updated type definition.
  • [Breaking change] Fix validate_mptoken_metadata to correctly validate MPTokenMetadata as per XLS-89 standard. Since XLS-89 is still in a forming state and undergoing changes, this breaking change is being released as a bug fix via patch version bump. If you are using validateMPTokenMetadata in your code, expect it to change as per the XLS-89 standard.
  • Fixed the binary-codec issues pertaining to the serialization of the MPTCurrency rippled type. (Reference PR: XRPLF/xrpl-py#870)

[[4.3.0]] - 2025-07-29

Added

  • Support for Token Escrow (XLS-85d)
  • Support for NFTokenMintOffer (XLS-52)
  • Support for Permissioned DEX (XLS-81)
  • Add warning messages to MPTokenIssuanceCreate and VaultCreate transaction as per XLS-89d.

[4.2.0] - 2025-6-09

Added

  • Improved validation for models to also check param types
  • Support for Single Asset Vault (XLS-65d)
  • Support for Account Permission and Account Permission Delegation (XLS-74d, XLS-75d)
  • Support for the Batch amendment (XLS-56d)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [xrpl-py](https://github.com/XRPLF/xrpl-py) to permit the latest version.
- [Release notes](https://github.com/XRPLF/xrpl-py/releases)
- [Changelog](https://github.com/XRPLF/xrpl-py/blob/main/CHANGELOG.md)
- [Commits](XRPLF/xrpl-py@v4.0.0...v4.5.0)

---
updated-dependencies:
- dependency-name: xrpl-py
  dependency-version: 4.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 26, 2026
@dependabot dependabot Bot requested a review from FTHTrading as a code owner April 26, 2026 23:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants